dBASE code for PEShowFirstPage, PEShowLastPage, PEShowNextPage, and PEShowPreviousPage

The following samples of code demonstrate how to use the PEShow functions to control which page is shown in the Preview Window:

PEShowNextPage

IF PEShowNextPage (Job) = .F.
    && Handle error
ENDIF

PEShowFirstPage

IF PEShowFirstPage (Job) = .F.
    && Handle error
ENDIF

PEShowPreviousPage

IF PEShowPreviousPage (Job) = .F.
    && Handle error
ENDIF

PEShowLastPage

IF PEShowLastPage (Job) = .F.
    && Handle error
ENDIF


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com